Quick Reference
~~~~~~~~~~~~~~~

AmpApp is a repackaging of the decoder from the AMPlayer module into a
convenient command-line form. Initially this was done for internal
development use, but it has been tidied up enough to allow a public
release to be made.

In its simplest mode AmpApp is invoked as follows:

 AmpApp <inputfile> <outputfile>

such as:

 AmpApp Intro/mp3 Intro/raw

WAV files are probably marginally more useful however, so in the case of
files where there are no frequency changes, use the -w flag:

 AmpApp -w Intro/mp3 Intro/wav

There are 3 different versions of AmpApp supplied.

 * AmpApp is for use on StrongARM RISC OS machines (or other future machines
   that may support the long multiplication instructions).
   
 * AmpAppFP is for use on machines with hardware FP, such as the A7000+.
 
 * AmpApp6 is for use on all other machines.
